home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / domacnost a kancelar / actual / atwsetup.exe / {app} / en.chm / features / destroy.php < prev    next >
PHP Script  |  2007-04-16  |  1KB  |  37 lines

  1. <?
  2. require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
  3. $APPLICATION->SetTitle("Closing");
  4. ?>
  5. <h1>Closing</h1>
  6. <p><i><b>Available in</b>:
  7. <a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
  8. <a href="http://www.actualtools.com/products/index.php#awg">Actual Window Guard</a>.
  9. </i></p>
  10. <p>The <i><b>Closing</b> trigger</i> allows automatic execution of actions when a window begins to
  11. <a href="closure.php">close</a>. This trigger can be initiated by:
  12. </p>
  13. <ul>
  14. <li>clicking the standard (provided by <i>Windows®</i>) <i><b>Close</b> title button</i>
  15. </li>
  16. <li>pressing the <kbd><Alt-F4></kbd> hotkey (a.k.a. <i>keyboard shortcut</i>)
  17. </li>
  18. <li>the action of some other application (e.g., <span class="company">Actual Tools</span> program itself)
  19. <i>automatically</i> performing the <a href="closure.php"><i><b>Close</b> action</i></a>
  20. </li>
  21. </ul>
  22. <p>The following <a href="actions.php">actions</a> can be triggered upon closing a window:
  23. </p>
  24. <ul>
  25. <li><b><a href="../userinterface/closing.php#query">Prevent unwanted closing attempts</a></b>
  26. </li>
  27. <li><b><a href="../userinterface/position.php#savepos">Save the position</a></b>
  28. </li>
  29. <li><b><a href="../userinterface/size.php#savesize">Save the size</a></b>
  30. </li>
  31. <li><b><a href="../userinterface/startup.php#ontop">Save the on-top state</a></b>
  32. </li>
  33. </ul>
  34. <?
  35. require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
  36. ?>
  37.